USE_CACHE_REDIRECTOR

By default, JetBrains Cache Redirector is used when resolving Maven repositories or any resources used by the IntelliJ Platform Gradle Plugin. Due to limitations, sometimes it is desired to limit the list of remote endpoints accessed by Gradle.

It is possible to refer to the direct location (whenever it is possible) by switching off JetBrains Cache Redirector globally.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getValue(providers: ProviderFactory): Provider<Boolean>
Link copied to clipboard
fun isEnabled(providers: ProviderFactory): Provider<Boolean>

Checks if the specified build feature is enabled for the current project.

Link copied to clipboard
open override fun toString(): String